@font-face {
    font-family: 'roobertbold';
    src: url('../font/roobertbold.woff2') format('woff2'),
         url('../font/roobertbold.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'roobertsemibold';
    src: url('../font/roobertsemibold.woff2') format('woff2'),
         url('../font/roobertsemibold.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'roobertmedium';
    src: url('../font/roobertmedium.woff2') format('woff2'),
         url('../font/roobertmedium.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'roobertregular';
    src: url('../font/roobertregular.woff2') format('woff2'),
         url('../font/roobertregular.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
html{
    scroll-behavior: smooth;
}
body{
    font-family: 'roobertregular', sans-serif;
    color: #3D3D3D;
    font-size: 15px;
}
.inner-page{
    background-color: #F0F0F0;
}
ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
a{
    text-decoration: none!important;
}
button{
    outline: none!important;
}
h1,h2,h3,h4,h5,h6{
    line-height: 1.4em;
}
section{
    padding: 70px 0;
}
header{
   position: absolute;
    width: 100%;
    z-index: 99;
}
nav{
    background-color: #200865;
    padding: 14px 24px!important; 
}
.navbar-brand img {
    max-width: 132px;
}
.nav-link-item{
    color: #fff;
    font-family: 'roobertmedium';
}
.nav-link-item:hover,.nav-link-item:focus{
    color: #EE5333;
}
.tp-padd{
    padding-top: 170px;
}
.z-8{
    z-index: 8;
}
.banner{
    background-color: #713FFF;
}
.banner h1 span{
    color: #200865;
}
.banner .tag span {
    border-radius: 33px;
    background-color: #8562e6;
    border: 1px solid #ffffff;
    padding: 8px 24px;
    display: inline-flex;
    color: #fff;
    font-family: 'roobertmedium';
}
.bannerImg{
    background: url(../img/hero-bg.svg);
    background-position: 100%;
    background-size: cover;
}
.news-ticker{
    background-color: #200865;
}
.scroll-txt .slick-slide,.scroll-txt .slick-slide>div{
    position: relative;
    display: inline-flex!important;
    align-items: center;
}
.scroll-txt .slick-slide+.slick-slide{
    margin-left: 20px;
    padding-left: 20px;
}
.scroll-txt .slick-slide+.slick-slide:before{
    content:"";
    height: 70%;
    width: 2px;
    background-color: #713FFF;
    position: absolute;
    left: 0;
}
.scroll-txt .slick-slide span{
    white-space: nowrap;
    font-family: 'roobertsemibold';
    color: #713FFF;
}
.exam-hub{
    background-color: #D2EF98;
    background-image: url(../img/exam-bg.svg);
    background-position: 100%;
    background-size: cover;
}
.exam{
    background-color: #F0F0F0;
}
.exam-title{
    z-index: 9;
}
.exam .cols {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.exam .bg-shape{
    height: 80%;
    width: calc(100% - 24px);
    background-image: url(../img/bg-line.svg);
    background-size: 100%;
    position: absolute;
    top: 0;
}
.exam .fixedshape .bg-shape{
    width: calc(100% - 60px);
}
.exam-box{
    z-index: 2;
}
.exam-content{
    font-family: 'roobertmedium';
    font-size: 14px;
    padding: 0 6px;
}
.exam-content h3 {
    font-family: 'roobertbold';
}
.offered{
    background-color: #F3DB86;
    background-image: url(../img/classes-lines.png);  
    background-size: 1115px 100%;
    background-repeat: no-repeat;
    background-position: center;
}
.offered-grid{
     column-gap: 20px;
    grid-row-gap: 20px;
}
.offered-box {
    border: 1px solid #000;
    padding: 18.25px;
    background: #F3DB86;
}
.offered-box:hover{
    background-color: #E2C767;
}
.offered-content h3 {
    color: #000;
    font-family: 'roobertbold';
}
.offered-img img {
    height: 120px;
    width: 120px;
}
.offered-content{
    margin-left: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
}
.theme-btn {
    display: inline-flex;
    padding: 10px 18px;
    border: solid 1px #000;
    color: #000;
    font-family: 'roobertmedium';
    font-size: 15px;
}
.theme-btn:hover,.theme-btn:focus{
    background-color: #000;
    color: #fff;
}
.copyright span{
    color: #777777;
    font-family: 'roobertsemibold';
}
.top-shape{
    min-height: 360px;
    object-fit: cover;
    object-position: bottom;
}
.bottom-shape{
    min-height: 360px;
    object-fit: cover;
    object-position: top;
}
.course-title{
    font-size: 20px;
    font-family: 'roobertbold';
    color: #000;
     overflow: hidden;
   display: -webkit-box;
   -webkit-line-clamp: 1;
           line-clamp: 1; 
   -webkit-box-orient: vertical;
}
.course-item {
    background: #fff;
    border: 1px solid #d9d9d9;
    padding: 16px;
    box-shadow: 3.009px 3.993px 7.5px rgba(0,0,0,0.1);
}
.topic-list{
    border-bottom: 1px solid #EDE9EB;
    color: #777;
    font-size: 16px;
    font-family: 'roobertmedium';
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-gap: 6px;
}
.topic-list li{
    position: relative;
}
.topic-list li:before {
    content: "";
    margin-right: 4px;
    height: 14px;
    width: 13px;
    display: inline-flex;
    background: url(../img/check.svg);
    background-size: contain;
}
.time-label{
    color: #282828;
    font-size: 16px;
    font-family: 'roobertsemibold';
}
.sale-price{
    color: #282828;
    font-family: Roobertbold;
    font-size: 16px;
}
.org-price{
    color: #999;
    font-size: 14px;
    font-family: 'roobertmedium';
    text-decoration: line-through;
}
.course-img img{
    object-fit: cover;
}
.time-slot .time-box{
    position: relative;
}
.time-slot .time-box input{
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}
.time-slot .time-box label{
    color: #777;
    font-size: 14px;
    border: 1px solid #EDE9EB;
    background: #F9F9F9;
    padding: 4px 5px;
    text-align: center;
}
.time-slot .time-box input:checked+label{
    border-color: #B69D62;
    color: #B69D62;
}
.time-slot li+li{
    margin-left: 10px;
}
.cart-btn a{
    font-family: 'roobertsemibold';
    background: #000;
    color: #fff;
    text-wrap: nowrap;
}
@media(max-width: 1200px){
    .container{
        max-width: 100%;
    }
    .offered{ 
        background-size: calc(100% - 20px) 100%;
    }
}
@media(min-width: 576px){
    nav{
        border-radius: 50px;
    }
    .nav-item+.nav-item{
        margin-left: 24px;
    }
    .contact-btn {
        background-color: #713FFF;
        color: #fff !important;
        padding: 12px;
        border-radius: 50px;
    }
    .contact-btn:hover,.contact-btn:focus{
        background-color: #EE5333;
    }
    .exam-content h3 {
        font-size: 24px;
    }
    .offered-content h3 {
        font-size: 22px;
    }
}
@media(max-width: 575px){
    nav{
        border-radius: 14px;
    }
    .mobile-menu-ico {
        height: 40px;
        width: 40px;
        border-radius: 50%;
        background: #fff;
        padding: 4px!important;
    }
    .navbar-nav {
        padding: 30px 0;
    }
    .nav-item+.nav-item{
        margin-top: 14px;
    }
    .navbar-collapse{
        position: absolute;
        top: 68px;
        width: 100%;
        left: 0px;
        background: #200865;
        border-radius: 0 0 14px 14px;
    }
    h1.sec-title{
        font-size: 28px;
        line-height: 28px;
        font-family: 'roobertbold'; 
    }
    h2.sec-title{
        font-size: 38px;
        line-height: 38px;
        font-family: 'roobertbold';    
    }
    .title-icon {
        height: 36px;
        width: 36px;
        position: relative;
        top: -20px;
    }
    .exam-content h3 {
        font-size: 20px;
    }
    .offered-content h3 {
        font-size: 20px;
    }
}
@media(min-width: 992px){
    h1.sec-title{
        font-size: 50px;
        line-height: 50px;
        font-family: 'roobertbold'; 
    }
    h2.sec-title{
        font-size: 70px;
        line-height: 70px;
        font-family: 'roobertbold';    
    }
    .exam-hub h2.sec-title{
        font-size: 100px;
        line-height: 100px;   
    }
    .title-icon {
        height: 60px;
        width: 60px;
        position: relative;
        top: -30px;
    }
    .offered-grid{
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .page-title{
        font-size: 70px;
        line-height: 70px; 
        font-family: 'roobertbold';
    }
    .course-img {
    width: 38%;
    }
    .course-content{
        width: 72%;
    }
}
@media(max-width: 767px){
    section{
        padding: 50px 0;
    }
    .bannerImg{
        order: 3;
    }
    .fixedshape{
        order: 0;
    }
}
@media(max-width: 991px){
    .banner .tag span{
        padding: 8px 14px;
    }
    .course-img {
        width: 100%;
    }
    .course-img img{
        max-height: 200px;
    }
    .course-content{
        width: 100%;
    }
}
@media(max-width: 991px) and (min-width: 768px){
    .offered-grid{
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media(max-width: 991px) and (min-width: 576px){
    h1.sec-title {
        font-size: 40px;
        line-height: 40px;
        font-family: 'roobertbold';
    }
    h2.sec-title{
        font-size: 60px;
        line-height: 60px;
        font-family: 'roobertbold';    
    }
    .title-icon {
        height: 50px;
        width: 50px;
        position: relative;
        top: -30px;
    }
}